home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID005.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  176 b   |  16 lines

  1. on exitFrame
  2.   handcursor(7)
  3.   handcursor(12)
  4.   if the timer < 1700 then
  5.     go(the frame)
  6.   else
  7.     go(26)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   cursorOff()
  13.   sound stop 1
  14.   go(26)
  15. end
  16.